From: Tülin İzer Date: Wed, 15 May 2013 20:41:56 +0000 (+0300) Subject: Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/aes_ccmp.h. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~8548^2~709 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9c358e547b4783a93c7ef7e69998940b7a1272a0;p=linux-4.9.git Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/aes_ccmp.h. This patch fixes ERROR: do not use C99 // comments found by checkpatch in vt6655/aes_ccmp.c. Signed-off-by: Tülin İzer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/aes_ccmp.h b/drivers/staging/vt6655/aes_ccmp.h index c8b28b0e9bdc..cc02e645aa56 100644 --- a/drivers/staging/vt6655/aes_ccmp.h +++ b/drivers/staging/vt6655/aes_ccmp.h @@ -43,4 +43,4 @@ /*--------------------- Export Functions --------------------------*/ bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned short wFrameSize); -#endif //__AES_H__ +#endif /* __AES_H__ */